Lines Matching refs:optp
198 u_char *optp = NULL; in dccp_input() local
519 optp = (u_char *)(dlh + 1); in dccp_input()
521 optp = (u_char *)(dh + 1); in dccp_input()
533 optp = (u_char *)(drqh + 1); in dccp_input()
543 optp = (u_char *)(drth + 1); in dccp_input()
560 optp = (u_char *)(drqh + 1); in dccp_input()
566 optp = (u_char *)(dalh + 1); in dccp_input()
570 optp = (u_char *)(dah + 1); in dccp_input()
601 memcpy(options, optp, optlen); in dccp_input()
1122 u_char *optp = NULL; in dccp_output() local
1401 optp = (u_char *)(drqh + 1); in dccp_output()
1413 optp = (u_char *)(drth + 1); in dccp_output()
1430 optp = (u_char *)(drqh + 1); in dccp_output()
1432 optp = (u_char *)(dalh + 1); in dccp_output()
1438 optp = (u_char *)(dah + 1); in dccp_output()
1442 optp = (u_char *)(dlh + 1); in dccp_output()
1446 memcpy(optp, options, optlen); in dccp_output()